@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-color: #CCC;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	background-color: #FFF;
	height: 330px;
	zoom: 1;
}
.twoColFixRtHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: 0px;
} 
.twoColFixRtHdr #footer {
	font-size: 14px;
	color: #CCC;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #666;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.SusannaPantascaption {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.PDFlink {
	margin-left: 400px;
	text-decoration: none;
	color: #930;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bgabout {
	background-image: url(../Images/Sitewide%20Images/SusannaPantas_About.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.bgpress {
	background-image: url(../Images/Sitewide%20Images/SusannaPantas_Press.jpg);
	background-repeat: no-repeat;
}
.bgstatement {
	background-image: url(../Images/Sitewide%20Images/SusannaPantas_Statement.jpg);
	background-repeat: no-repeat;
}
.bgbio {
	background-image: url(../Images/Sitewide%20Images/SusannaPantas_Bio.jpg);
	background-repeat: no-repeat;
}
.bgresume {
	background-image: url(../Images/Sitewide%20Images/SusannaPantas_Resume.jpg);
	background-repeat: no-repeat;
}
.kidpic {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.movewordsdown {
	clear: right;
	zoom: 1;
	display: block;
	width: 745px;
	margin-top: 360px;
}
